|
CATIA V5 CAM : CATIA Features.Add(type) problem
m4ciej am 13.06.2010 um 19:51 Uhr (0)
Hi.I have a problem with:Func Add( CATBSTR iType) As CATIAManufacturingFeature Create and Add a Manufacturing Feature of a specified type to the Collection.Example: The following example creates and adds in Features the manufacturing feature Feature of type : type Set Feature = Features.Add(Type)What is the "Type"????
|
In das Form CATIA V5 CAM wechseln |
|
CATIA V5 CAM : CATIA Features.Add(type) problem
m4ciej am 14.06.2010 um 19:02 Uhr (0)
I want add new operation "Pocketing". It is code:Dim ManufacturingOperation As ManufacturingOperationDim program As ManufacturingProgramDim InputObjectType(0)Dim processDocument1 As ProcessDocumentprocessDocument1 = CATIA1.ActiveDocumentDim Selection1 As SelectionSelection1 = processDocument1.SelectionSelection1.Search("Name=Manufacturing Program.1,all")program = Selection1.Item2(1).ValueSelection1.Clear()ManufacturingOperation = program.AppendOperation("Pocketing", 1)ManufacturingOperation.Name = ("Pocket ...
|
In das Form CATIA V5 CAM wechseln |
|
CATIA V5 CAM : CATIA Features.Add(type) problem
m4ciej am 14.06.2010 um 19:25 Uhr (0)
If I dont insert new manufacturingfeature, cant set geometry "Contouring" & "Parts"..In this moment i must open operation "Pocketing" and myself point any geometry, then create "Prismatic Machining Area.1" How to insert "Prismatic MAchining Area.1" without open operation "Pocketing"??Thanks
|
In das Form CATIA V5 CAM wechseln |